From: Michael Albinus Date: Thu, 7 Oct 2021 12:15:01 +0000 (+0200) Subject: ; Fix typo in test/Makefile.in X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1^2~5^2~16^2~3291^2~1014 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=a067fa72ad7b2936b775210e0de2fd8ce52adcda;p=emacs.git ; Fix typo in test/Makefile.in --- diff --git a/test/Makefile.in b/test/Makefile.in index d82f53157b0..a5720b25714 100644 --- a/test/Makefile.in +++ b/test/Makefile.in @@ -167,7 +167,7 @@ lisp/net/tramp-tests.log \ : WRITE_LOG = 2>&1 | tee $@ endif ifdef EMACS_EMBA_CI -lisp/filenotify-tests.log lisp/net/tramp-tests.log src/emacs-module-tests.el \ +lisp/filenotify-tests.log lisp/net/tramp-tests.log src/emacs-module-tests.log \ : WRITE_LOG = 2>&1 | tee $@ endif